Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
zlib-browserify
Advanced tools
Zlib in yo' browser.
This is a very small wrapper for https://github.com/imaya/zlib.js. Fixes
some very minor API inconsistencies. Only implements inflate
,
deflate
, gzip
and gunzip
so if you're doing anything extra fancy
you're out of luck for now.
$ npm test
(zlibA = native, zlibB = browserified)
Pretending these are sync, I do the following to test:
assert(zlibB.inflate(zlibA.deflate('test')) === "test");
assert(zlibA.inflate(zlibB.deflate('test')) === "test");
...
and so on for each of the methods supported. Note, I do not do
assert(zlibA.deflate('test') === zlibB.deflate('test'));
Because node's deflate and the imaya's version do not seem to use the
same defaults for compression level. I haven't figured out how to change
it yet. Anyway, rest assured, while deflate
does not return the same
output, this is fully interoperable with node's native zlib.
MIT
FAQs
Wrapper for zlib.js to allow for browserifyication
The npm package zlib-browserify receives a total of 23,354 weekly downloads. As such, zlib-browserify popularity was classified as popular.
We found that zlib-browserify demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.